home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Utilities / Text / OzTeX 1.9 / Dvips / ps / config.ps < prev    next >
Encoding:
Text File  |  1994-12-03  |  1.7 KB  |  84 lines  |  [TEXT/ttxt]

  1. * See config.linohi for more info.
  2. * With a virtual machine, we can claim 1M of memory.
  3. *
  4. m 1000000
  5. *
  6. * Default resolution.
  7. *
  8. D 300
  9. *
  10. * Last resort sizes.
  11. *
  12. R 100 120 144 300 360 400 432 480
  13. *
  14. * The mode for building font files for a LaserWriter.
  15. *
  16. M laserwriter
  17. *
  18. * Here we could set several paths needed by dvips. 
  19. * Use Unix notation for paths, i.e., the path separator is a ":" 
  20. * and the directory delimiter is a "/". These paths will always
  21. * be overwritten by the paths in dvips.env, so don't bother to 
  22. * set them here.
  23. *
  24. * Path for PostScript headers
  25. * H .:/Apollo/TeX Folder/ps
  26. *
  27. * Path for pk files
  28. * P .:/Apollo/TeX Folder/texfonts/pks
  29. *
  30. * Path for epsf and ps files
  31. * S .:/Apollo/TeX Folder/ps:/Apollo/TeX Folder/texinputs
  32. *
  33. * Path for tfm files
  34. * T .:/Apollo/TeX Folder/texfonts/PStfms:/Apollo/TeX Folder/texfonts/tfms
  35. *
  36. * Path for vf files
  37. * V .:/Apollo/TeX Folder/texfonts/PSvfs
  38. *
  39. *
  40. * Paper size information.  First definition is the default.
  41. * If your default is a4 uncomment the following definition
  42. * and comment out the letterSize definition.
  43. *
  44. * @ A4size 210mm 297mm
  45. * @+ %%PaperSize: A4
  46.  
  47. @ letterSize 8.5in 11in
  48.  
  49. @ letter 8.5in 11in
  50. @+ %%BeginPaperSize: Letter
  51. @+ letter
  52. @+ %%EndPaperSize
  53.  
  54. @ legal 8.5in 14in
  55. @+ ! %%DocumentPaperSizes: Legal
  56. @+ %%BeginPaperSize: Legal
  57. @+ legal
  58. @+ %%EndPaperSize
  59.  
  60. @ ledger 17in 11in
  61. @+ ! %%DocumentPaperSizes: Ledger
  62. @+ %%BeginPaperSize: Ledger
  63. @+ ledger
  64. @+ %%EndPaperSize
  65.  
  66. @ tabloid 11in 17in
  67. @+ ! %%DocumentPaperSizes: Tabloid
  68. @+ %%BeginPaperSize: Tabloid
  69. @+ 11x17
  70. @+ %%EndPaperSize
  71.  
  72. @ A4 210mm 297mm
  73. @+ ! %%DocumentPaperSizes: A4
  74. @+ %%BeginPaperSize: A4
  75. @+ a4
  76. @+ %%EndPaperSize
  77.  
  78. @ A3 297mm 420mm
  79. @+ ! %%DocumentPaperSizes: A3
  80. @+ %%BeginPaperSize: A3
  81. @+ a3
  82. @+ %%EndPaperSize
  83.  
  84.